home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000128_news@columbia.edu _Tue Mar 21 00:33:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id AAA23152
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 21 Mar 2000 00:33:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id AAA06629
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 21 Mar 2000 00:14:31 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: K95 "title"
  11. Date: 21 Mar 2000 05:14:30 GMT
  12. Organization: Columbia University
  13. Message-ID: <8b70fm$6f2$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <8b6hdh$6qq$1@samba.rahul.net>,
  17. Clarence Dold  <dold@rahul.net> wrote:
  18. : When running an xterm session, I sometimes configure the title bar and the
  19. : minimized icon to represent the work I'm doing in that window.
  20. : Can I do something similar in K95 (1.1.17)?  Sometimes, the name of the
  21. : host is enough, sometimes I want it to be more explicit.
  22. : For xterm, for instance, I have a script
  23. :     echo "^[]0;`hostname` $1 ^G"
  24. : So that I can have an xterm window with a title bar that says 
  25. : "camelot cscope" or something more clever ;-)
  26. : From K95-dialer, I wind up with "camelot - K-95", or perhaps
  27. : "6::camelot - K-95", if I have more than one window open.
  28.  
  29. Kermit supports the ANSI X3.64 version of set title
  30.  
  31.   OSC 0 ; <title> ST
  32.  
  33. or
  34.  
  35.   OSC 2 1 ; <title> ST
  36.  
  37.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  38.                  The Kermit Project * Columbia University
  39.               612 West 115th St #716 * New York, NY * 10025
  40.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org